home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 2.1 KB | 52 lines | [TEXT/MPS ] |
- #this is a translation table for NetWork for use with the canon tool
- #it also shows those changes which affect the interface
- #old: 0.9 - 1.1 new: 1.2
- #Message Record Fields
- MsgXFerID MsgTrpRefCon
- MsgRefCon MsgUserRefCon # local use only. reserved for scheduler
- MsgStamp MsgReference # refers to a context, not to an individual message
- MsgQuePtr Msg2ndLink
- MsgTrp MsgTrpPtr
- MsgCapas MsgCapasVerb
- MsgTrpInfo MsgTrpRefCon
- MsgInContext MsgHeaderUsable # suggest that the header should be checked only
- MsgUseable MsgUsable # corrected spelling
- MsgStdSize MsgCoreSize
- MsgStdData MsgCoreDate
- #
- # Library
- #
- pSignature pProcessSignature # may be Net0…Net9 for dynamic
- pFileSignature # new. Original signater of file/process
- InstallTransport # new. Install additional transport system
- RemoveTransport # new. Remove a transport system
- ProgramBreak # changed. now restricted to str63
- IdleMonitoState # new.
- IdleTicks # new. Nr of ticks the machine has been idle
- LaunchLocalApplication # new
- DumpMessages # new. Writes all current messages to log file
- SignalMsg # new. Reports messages which need action
- FlushMsg # changed to allow selective flushing
- PostMsg # changed to support multiple transport systems
- ForwardMsg # new. Forwards a message
- InitNetWork # changed to take an event as parameter
- #
- # All name look-up has been moved from NetWork.p to NetWorkLookUp.p
- #
- NlGetSleep # new. Returns preferred sleep value for look-up
- #
- # Scheduler
- #
- Scheduler NetWorkScheduler # avoid conflicts with future Apple libraries
- MyTransport # new. Points to default transport system, or NIL
- TaskStamp TaskId # stamp would lead to confusion with contextstamp
- Iterations TaskIterations # to do on task, not the total number of iterations
- Destination TaskAddr
- PrevDest # new. Latch for previously used address
- InitReceive InitTaskHandler
- HandleMsg # new
- Task PeriodicTask
- GetSleep # new. Returns preferred sleep value for scheduler
- DoNewTask # changed to support multiple transport systems
- SendMessage # changed. Message header now refers to handler
- ReplyMessage # changed. Message header now refers to handler